{% extends "layout.html" %} {% block content %} {{ parent() }}
{% include "/inc/ordering.html" %} {% include "/inc/search.html" with {'placeholder':__('search_for_games')} %}
{% include "/inc/games.html" %} {% include "/inc/pages.html" with {'page':page, 'pages':pages, 'path':path('Games', 'browse', {'category':category, 'order':order, 'dir':dir, 'page':'{page}'})} %} {% endblock %}